home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vdtj122b.zip / DEMO13.TXT < prev    next >
Text File  |  1992-10-25  |  2KB  |  74 lines

  1. You can display the disk directory,
  2. time and date without using DOS:
  3.  
  4. ED    Display directory
  5.  
  6. OD    Display date
  7. OT    Display time
  8.  
  9. Try each of these commands.
  10.  
  11.  
  12. Note: the directory is hard to read in
  13. the narrow window because it is
  14. displayed four across.  The following
  15. command displays it two across:
  16.  
  17.  
  18. 2ED    Display directory, 2 across
  19.  
  20.  
  21. -- Give the command "MN" to continue --
  22.  
  23.  
  24.  
  25. 
  26. The "OC" command will run a single DOS
  27. command or program and immediately
  28. return to VEDIT. "OC" is similar to the
  29. menu function {MISC, Run DOS Program}.
  30.  
  31. OC dos-command
  32.  
  33. For example, to let DOS display the
  34. directory and run the program CHKDSK,
  35. give the following commands:
  36.  
  37. OC DIR        (and <Enter>)
  38.  
  39. OC CHKDSK
  40.  
  41. Technical Note:
  42. Although too complex for this demo, it
  43. is possible to give the "OC" command
  44. with a "variable" DOS command, i.e. the
  45. DOS command is stored in a "text
  46. register".
  47.  
  48. -- Give the command "MN" to continue --
  49.  
  50. 
  51. To temporarily enter DOS give the "OS"
  52. command.  "OS" is identical to the menu
  53. function {MISC, DOS Shell}.
  54.  
  55. The DOS prompt will be displayed as
  56. "pathname>>".  The double ">>" is a
  57. reminder that you are still in VEDIT.
  58. You can run as many DOS commands or
  59. other programs as you like.  Give the
  60. DOS command "EXIT" to return to VEDIT.
  61.  
  62. REMEMBER: You must give the DOS command
  63.       "EXIT" to return to VEDIT and
  64.       this demo.
  65.  
  66. Type:   OS        (and <Enter>)
  67.  
  68. Technical note:
  69. VEDIT may be using too much memory to
  70. run some programs.  In practice, VEDIT
  71. can be invoked to use less memory.
  72.  
  73. -- Give the command "MN" to continue --
  74.